Bitmap for WPF
Create(Factory,String,Nullable<Int64>) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.DirectWrite 名前空間 > FontFile クラス > Create メソッド : Create(Factory,String,Nullable<Int64>) メソッド
A reference to a DirectWrite factory Factory
An array of characters that contains the absolute file path for the font file. Subsequent operations on the constructed object may fail if the user provided filePath doesn't correspond to a valid file on the disk.
The last modified time of the input file path. If the parameter is omitted, the function will access the font file to obtain its last write time. You should specify this value to avoid extra disk access. Subsequent operations on the constructed object may fail if the user provided lastWriteTime doesn't match the file on the disk.
Creates a font file reference object from a local font file.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal factory As Factory, _
   ByVal filePath As System.String, _
   ByVal lastWriteTime As System.Nullable(Of Long) _
) As FontFile
public static FontFile Create( 
   Factory factory,
   System.string filePath,
   System.Nullable<long> lastWriteTime
)

パラメータ

factory
A reference to a DirectWrite factory Factory
filePath
An array of characters that contains the absolute file path for the font file. Subsequent operations on the constructed object may fail if the user provided filePath doesn't correspond to a valid file on the disk.
lastWriteTime
The last modified time of the input file path. If the parameter is omitted, the function will access the font file to obtain its last write time. You should specify this value to avoid extra disk access. Subsequent operations on the constructed object may fail if the user provided lastWriteTime doesn't match the file on the disk.
参照

FontFile クラス
FontFile メンバ
オーバーロード一覧